home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / STRFTIM.ZIP / STRFTIME.H < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-24  |  162 b   |  8 lines

  1. /* file strftime.h */
  2.  
  3. size_t strftime(char *s, size_t smax, const char *fmt, const struct tm *tp);
  4.  
  5. extern char *tzname[2];
  6.  
  7. /* end of file strftime.h */
  8.